Replace `iff' in doc-strings and comments.
authorGlenn Morris <rgm@gnu.org>
Wed, 8 Aug 2007 07:24:27 +0000 (07:24 +0000)
committerGlenn Morris <rgm@gnu.org>
Wed, 8 Aug 2007 07:24:27 +0000 (07:24 +0000)
lisp/international/ja-dic-cnv.el
lisp/international/latin1-disp.el
lisp/international/mule-cmds.el
lisp/international/quail.el

index 5fa18221327f2a1b330979a1fb3ab3d3f533e47e..e7c9b633b3b7f78d0659a9cdd834cb682f8a690a 100644 (file)
 ;; Return t if substring of STR (between FROM and TO) can be broken up
 ;; to chunks all of which can be derived from another entry in SKK
 ;; dictionary.  SKKBUF is the buffer where the original SKK dictionary
-;; is visited, KANA is the current entry for STR.  FIRST is t iff this
-;; is called at top level.
+;; is visited, KANA is the current entry for STR.  FIRST is t only if
+;; this is called at top level.
 
 (defun skkdic-breakup-string (skkbuf kana str from to &optional first)
   (let ((len (- to from)))
index 515695bf5038b195b73000e38d48ccc89d3eaba4..ebeef71b0b7a477a1298e21ab1cb3dedf9f78214 100644 (file)
@@ -777,9 +777,9 @@ use either \\[customize] or the function `latin1-display'."
   "Set up Latin-1/ASCII display for Unicode characters.
 This uses the transliterations of the Lynx browser.
 
-With argument ARG, turn such display on iff ARG is positive, otherwise
+With argument ARG, turn such display on if ARG is positive, otherwise
 turn it off and display Unicode characters literally.  The display
-is't changed if the display can render Unicode characters."
+isn't changed if the display can render Unicode characters."
   (interactive "p")
   (if (> arg 0)
       (unless (char-displayable-p
index 9501d5f7cc03fdc8fca305cc109ccd1e4bf1976c..a858066f47cea9ae311c1e9fce77ed969225334e 100644 (file)
@@ -445,11 +445,11 @@ non-nil, it is used to sort CODINGS instead."
                    (let ((base (coding-system-base x)))
                      ;; We calculate the priority number 0..255 by
                      ;; using the 8 bits PMMLCEII as this:
-                     ;; P: 1 iff most preferred.
-                     ;; MM: greater than 0 iff mime-charset.
-                     ;; L: 1 iff one of the current lang. env.'s codings.
-                     ;; C: 1 iff one of codings listed in the category list.
-                     ;; E: 1 iff not XXX-with-esc
+                     ;; P: 1 if most preferred.
+                     ;; MM: greater than 0 if mime-charset.
+                     ;; L: 1 if one of the current lang. env.'s codings.
+                     ;; C: 1 if one of codings listed in the category list.
+                     ;; E: 1 if not XXX-with-esc
                      ;; II: if iso-2022 based, 0..3, else 1.
                      (logior
                       (lsh (if (eq base most-preferred) 1 0) 7)
index 774e3c142697ada31929a07d534edc60ba38016f..f9f497699a0d28ba2b77f49274c30d4e0ed110e9 100644 (file)
@@ -1942,7 +1942,7 @@ Remaining args are for FUNC."
       (overlay-put quail-overlay 'face 'highlight))))
 
 (defun quail-require-guidance-buf ()
-  "Return t iff the current Quail package requires showing guidance buffer."
+  "Return t if the current Quail package requires showing guidance buffer."
   (and input-method-verbose-flag
        (if (eq input-method-verbose-flag 'default)
           (not (and (eq (selected-window) (minibuffer-window))